home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xlife-2.0 / README next >
Encoding:
Text File  |  1995-07-14  |  2.4 KB  |  72 lines

  1. Installation Notes
  2.  
  3.     You will need to modify the DIR define in defs.h to match
  4. where you will be installing the xlife pattern libraries. The value
  5. will be what xlife pops up as the default load path.
  6.  
  7.     Past that, not much needs to be done. Just compile and have
  8. at some of the more interesting patterns shipped along with the
  9. program
  10.  
  11.     breeder : the full blown breeder pattern which constructs
  12.             and infinite number of glider guns as it
  13.             moves to the right in the universe. This
  14.             is *big*.
  15.  
  16.     cmu : well, if you didn't know already, CMU's official logo
  17.         is a 14 degree square. Run this to see *why* it is.
  18.         Just kidding ... really >:-)
  19.  
  20.     plus lots and lots of nifty patterns which have been snarfed
  21.     from all over the place. You should see somewhere in there
  22.     just about every interesting little creature you ever heard
  23.     of. If you come up with any more good patterns (hopefully smaller
  24.     than the breeder :-), please send them over to us!
  25.  
  26.     If you feel up to it, the TODO file lists some things we would
  27. like to add into the game ... if you implement any of these, please send
  28. us the patches.
  29.  
  30.     About file formats - lifeconv is a filter that will switch life 
  31. file formats for you. If you have the patterns from the initial 1.0
  32. release, you may want to run lifeconv on all of the patterns. It isn't
  33. really neccesary since the new loader assumes the old format if none is
  34. specified in the file (see the man page), but lifeconv will convert
  35. the image to the smallest representation, and will allow offset loading.
  36.  
  37.  
  38.             Jon (jcrb@cs.cmu.edu)
  39.             Dan (dl2n@andrew.cmu.edu)
  40.             Chuck (cs4n@andrew.cmu.edu)
  41.              Eric (eric@snark.uu.net)
  42.  
  43.  
  44. NEW PATTERNS (that we particularly remember) :
  45.  
  46. p[1-9][1-9]*        -    oscillators of period n
  47. centinial        -    *s*entinal (i kin spill weyl :-)
  48. longsnake        -    collapsing gliders
  49. gourmet            -    interesting new clock pattern
  50. randomgun        -    look carefully, then beat your head against
  51.                     the wall to clear your brain.
  52. alu            -    even worse
  53. counter            -    my head hurts ...
  54. blockpusher*        -    push da weetle block down the screen ...
  55. slowship*        -    *large* spaceships
  56.  
  57.  
  58. PATTERN ARCHIVING :
  59.  
  60. If you discover new and interesting life patterns, let us know! Please
  61. send the xlife savefile to
  62.  
  63.     dl2n+xlife@andrew.cmu.edu
  64.  
  65.     or post to
  66.  
  67.     comp.theory.cell-automata
  68.  
  69. These will be incorporated into the xlife distribution. Periodically, 
  70. we will also post the latest and greatest discoveries to 
  71. comp.theory.cell-automata.
  72.